﻿2026-06-13T11:05:51.6700187Z ##[group]Run actions/checkout@v5
2026-06-13T11:05:51.6701343Z with:
2026-06-13T11:05:51.6701839Z   fetch-depth: 0
2026-06-13T11:05:51.6702493Z   repository: SaberMage/spt-core
2026-06-13T11:05:51.6707909Z   token: ***
2026-06-13T11:05:51.6708454Z   ssh-strict: true
2026-06-13T11:05:51.6709086Z   ssh-user: git
2026-06-13T11:05:51.6709597Z   persist-credentials: true
2026-06-13T11:05:51.6710190Z   clean: true
2026-06-13T11:05:51.6710698Z   sparse-checkout-cone-mode: true
2026-06-13T11:05:51.6711337Z   fetch-tags: false
2026-06-13T11:05:51.6711859Z   show-progress: true
2026-06-13T11:05:51.6712407Z   lfs: false
2026-06-13T11:05:51.6712940Z   submodules: false
2026-06-13T11:05:51.6713487Z   set-safe-directory: true
2026-06-13T11:05:51.6714337Z ##[endgroup]
2026-06-13T11:05:51.8763916Z Syncing repository: SaberMage/spt-core
2026-06-13T11:05:51.8765222Z ##[group]Getting Git version info
2026-06-13T11:05:51.8765824Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-13T11:05:51.8991356Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-13T11:05:51.9189203Z git version 2.43.0.windows.1
2026-06-13T11:05:51.9215347Z ##[endgroup]
2026-06-13T11:05:51.9223251Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\9abce052-e6b7-4650-8972-bd0d5da1b641\.gitconfig'
2026-06-13T11:05:51.9235869Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\9abce052-e6b7-4650-8972-bd0d5da1b641' before making global git config changes
2026-06-13T11:05:51.9236935Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T11:05:51.9240756Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-13T11:05:51.9473616Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-13T11:05:51.9660312Z https://github.com/SaberMage/spt-core
2026-06-13T11:05:51.9688343Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-13T11:05:51.9692990Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-13T11:05:51.9896059Z HEAD
2026-06-13T11:05:52.0147828Z ##[endgroup]
2026-06-13T11:05:52.0150993Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-13T11:05:52.3815092Z ##[group]Cleaning the repository
2026-06-13T11:05:52.3822391Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-13T11:06:01.2855263Z Removing .adapter-notify/
2026-06-13T11:06:01.2855977Z Removing target/
2026-06-13T11:06:01.2893044Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-13T11:06:01.3379755Z HEAD is now at 6b98561 Merge 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11 into b189513c697e4305452b836bcdc14ce1b573c7b4
2026-06-13T11:06:01.3403937Z ##[endgroup]
2026-06-13T11:06:01.3409311Z ##[group]Disabling automatic garbage collection
2026-06-13T11:06:01.3413615Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-13T11:06:01.3639661Z ##[endgroup]
2026-06-13T11:06:01.3640160Z ##[group]Setting up auth
2026-06-13T11:06:01.3646155Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-13T11:06:01.3858527Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-13T11:06:01.7442432Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T11:06:01.7691305Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-13T11:06:02.1365816Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T11:06:02.1578297Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-13T11:06:02.5201278Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-13T11:06:02.5515113Z ##[endgroup]
2026-06-13T11:06:02.5515655Z ##[group]Fetching the repository
2026-06-13T11:06:02.5525460Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +3d7b98a8d6bfdc30c6b2bb37c61f7bbd7b95bad5:refs/remotes/pull/9/merge
2026-06-13T11:06:03.5770789Z From https://github.com/SaberMage/spt-core
2026-06-13T11:06:03.5771250Z  * [new branch]      m9-gateway-wan                           -> origin/m9-gateway-wan
2026-06-13T11:06:03.5771652Z  * [new ref]         3d7b98a8d6bfdc30c6b2bb37c61f7bbd7b95bad5 -> pull/9/merge
2026-06-13T11:06:03.5900087Z ##[endgroup]
2026-06-13T11:06:03.5900518Z ##[group]Determining the checkout info
2026-06-13T11:06:03.5900861Z ##[endgroup]
2026-06-13T11:06:03.5906296Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-13T11:06:03.6174313Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-13T11:06:03.6399780Z ##[group]Checking out the ref
2026-06-13T11:06:03.6404342Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/9/merge
2026-06-13T11:06:03.6938203Z Previous HEAD position was 6b98561 Merge 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11 into b189513c697e4305452b836bcdc14ce1b573c7b4
2026-06-13T11:06:03.6938911Z HEAD is now at 3d7b98a Merge 1588525c4f950730e89bd4f73d1acef2e1c6e6c6 into 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11
2026-06-13T11:06:03.6968954Z ##[endgroup]
2026-06-13T11:06:03.7230716Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-13T11:06:03.7442628Z 3d7b98a8d6bfdc30c6b2bb37c61f7bbd7b95bad5
